home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
mus
/
edit
/
AlgoRhythms.lha
/
AlgoRhythms
/
Source
/
scales.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-10-01
|
231b
|
7 lines
#ifndef SCALES_LOADED
#define SCALES_LOADED 1
/* Scales.h */
extern int install_scale(const int select, int *scale);
extern void transpose_scale(const int transpose, int *scale,
const int range);
#endif